Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_defined_functions
get_defined_functions
Returns an array of all defined functions
Name:
get_defined_functions
Category:
Function processing
Programming Language:
php
One-line Description:
Returns an array of all defined functions
Related
Application tips for strnatcasecmp in string array sorting
4
The relationship between mysqli::set_charset and the database default character set
2
Notes on using sprintf with json_encode()
10
How to generate repeatable hash values using hash_final in PHP?
4
Similar Functions
func_get_arg
func_get_arg
Returnsaniteminthepa
function_exists
function_exists
Returntrueifthegiven
call_user_func_array
call_user_func_array
Callthecallbackfunct
call_user_func
call_user_func
Callthefirstparamete
func_num_args
func_num_args
Returnsthenumberofpa
unregister_tick_function
unregister_tick_function
Unregisterthefunctio
forward_static_call
forward_static_call
Callingstaticmethods
create_function
create_function
Createananonymous(la
Popular Articles